Sorting Analysis (5000 Integers)
Sorting Algorithm	Random	Almost Sorted
Selection		32		31
Insertion		31		32
Bubble			32		31
Bubble (Boolean)	31		32
Shell			32		31
Quick			31		32
